home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / gcc / gcc258s.zoo / config / i386 / xm-next.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-12  |  131 b   |  6 lines

  1. #include "i386/xm-i386.h"
  2.  
  3. /* malloc does better with chunks the size of a page.  */ 
  4.  
  5. #define OBSTACK_CHUNK_SIZE (getpagesize ())
  6.